home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / ettercap / etter.dns next >
Text File  |  2005-10-18  |  4KB  |  74 lines

  1. ############################################################################
  2. #                                                                          #
  3. #  ettercap -- etter.dns -- host file for dns_spoof plugin                 #
  4. #                                                                          #
  5. #  Copyright (C) ALoR & NaGA                                               #
  6. #                                                                          #
  7. #  This program is free software; you can redistribute it and/or modify    #
  8. #  it under the terms of the GNU General Public License as published by    #
  9. #  the Free Software Foundation; either version 2 of the License, or       #
  10. #  (at your option) any later version.                                     #
  11. #                                                                          #
  12. ############################################################################
  13. #                                                                          #
  14. # Sample hosts file for dns_spoof plugin                                   #
  15. #                                                                          #
  16. # the format is (for A query):                                             #
  17. #   www.myhostname.com A 168.11.22.33                                      #
  18. #   *.foo.com          A 168.44.55.66                                      #
  19. #                                                                          #
  20. # or for PTR query:                                                        #
  21. #   www.bar.com A 10.0.0.10                                                #
  22. #                                                                          #
  23. # or for MX query:                                                         #
  24. #    domain.com MX xxx.xxx.xxx.xxx                                         #
  25. #                                                                          #
  26. # or for WINS query:                                                       #
  27. #    workgroup WINS 127.0.0.1                                              #
  28. #    PC*       WINS 127.0.0.1                                              #
  29. #                                                                          #
  30. # NOTE: the wildcarded hosts can't be used to poison the PTR requests      #
  31. #       so if you want to reverse poison you have to specify a plain       #
  32. #       host. (look at the www.microsoft.com example)                      #
  33. #                                                                          #
  34. ############################################################################
  35.  
  36. ################################
  37. # microsoft sucks ;)
  38. # redirect it to www.linux.org
  39. #
  40.  
  41. microsoft.com      A   198.182.196.56
  42. *.microsoft.com    A   198.182.196.56
  43. www.microsoft.com  PTR 198.182.196.56      # Wildcards in PTR are not allowed
  44.  
  45. ##########################################
  46. # no one out there can have our domains...
  47. #
  48.  
  49. www.alor.org  A 127.0.0.1
  50. www.naga.org  A 127.0.0.1
  51.  
  52. ###############################################
  53. # one day we will have our ettercap.org domain
  54. #
  55.  
  56. www.ettercap.org           A  127.0.0.1
  57. ettercap.sourceforge.net   A  216.136.171.201
  58.  
  59. ###############################################
  60. # some MX examples
  61. #
  62.  
  63. alor.org   MX  127.0.0.1
  64. naga.org   MX  127.0.0.1
  65.  
  66. ###############################################
  67. # This messes up NetBIOS clients using DNS
  68. # resolutions. I.e. Windows/Samba file sharing.
  69. #
  70.  
  71. LAB-PC*  WINS  127.0.0.1
  72.  
  73. # vim:ts=8:noexpandtab
  74.